home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / manuals / newbies guide to softice / si-ug-chapter02.txt < prev    next >
Text File  |  1999-04-07  |  4KB  |  96 lines

  1. CHAPTER 2 - Getting Started
  2.  
  3.      02.01 The Diskettes
  4.      02.02 Loading Soft-ICE
  5.      02.02.01 Loading Without Extended Memory
  6.      02.02.02 Loading With Extended Memory
  7.      02.02.03 Configuring Soft-ICE for a Customized Installation
  8.      02.03 Unloading Soft-ICE
  9.      02.04 Reloading Soft-ICE
  10.  
  11. 02.01 The Diskettes
  12.  
  13.      Soft-ICE comes on either a 5 1/4" diskette or a 3 1/2" diskette.
  14.  
  15.      When you run Soft-ICE, the name of the person that your copy of
  16.      Soft-ICE is licensed to is displayed on the screen as a deterrent to
  17.      software pirates. The Soft-ICE diskette is not physically
  18.      copy-protected for your convenience. For our convenience, we
  19.      appreciate your high regard for our licensing agreement. It is
  20.      important to make a duplicate copy to be used only for backup in case
  21.      the original diskette is damaged.
  22.  
  23.      A directory of a Soft-ICE diskette will show the following files:
  24.  
  25.       S-ICE.EXE    is the Soft-ICE program.
  26.       S-ICE.DAT    is the Soft-ICE initialization file.
  27.       LDR.EXE      is the Soft-ICE program and symbol file loader.
  28.       MSYM.EXE     is the Soft-ICE symbol file creation program.
  29.  
  30.       EMMSETUP.EXE is a program that allows you to customize the way your
  31.                    system uses expanded memory.
  32.       UPTIME.EXE   sets the time to that of the real time clock.
  33.  
  34.       README.SI    is a text file containing information about Soft-ICE
  35.                    that did not make it into this manual.
  36.  
  37.       SAMPLE.EXE   is a short demonstration program that is used with the
  38.                    tutorial.
  39.  
  40.       SAMPLE.ASM   is the assembly language source file for the
  41.                    demonstration program.
  42.       SAMPLE.SYM   is the symbol file for the demonstration program.
  43.  
  44. 02.02 Loading Soft-ICE
  45.  
  46.      Before running Soft-ICE, copy all of the files on the distribution
  47.      diskette to your hard disk.
  48.  
  49.      These files should be placed in a directory that is accessible through
  50.      your alternate path list.
  51.  
  52.      S-ICE.EXE can be loaded as a device driver in CONFIG.SYS or can be run
  53.      as a program from the command line. To use many of Soft-ICE's
  54.      features, S- ICE.EXE must be loaded as a device driver in CONFIG.SYS.
  55.  
  56.      Note : If you do not have extended memory, Soft-ICE can NOT loaded as
  57.      a device driver. Instead, it must be run from the DOS prompt.
  58.  
  59. 02.02.01 Loading Without Extended Memory
  60.  
  61.      When no extended memory is present, Soft-ICE loads it at the highest
  62.      memory location possible. The memory used by Soft-ICE is then 'mapped
  63.      out', making it invisible to DOS programs. Since the total memory
  64.      visible to DOS its programs is less after Soft-ICE loads, it is
  65.      recommended that you load Soft-ICE before any TSR's or control
  66.      programs.
  67.  
  68.      If you do not have extended memory, simply enter: S-ICE
  69.  
  70. 02.02.02 Loading With Extended Memory
  71.  
  72.      Loading Soft-ICE with extended memory can be done in one of two ways:
  73.  
  74.      1. Install S-ICE,EXE as a driver in CONFIG,SYS, This method is
  75.      necessary if you will be using one the following capabilities:
  76.  
  77.         * Sharing memory with program that use extended memory by using ROM
  78.           BIOS calls (VDISK.SYS, RAMDRIVE.SYS, HIMEM.SYS, cache programs,
  79.           etc.)
  80.         * Using Soft-ICE's EMM 4,0 capability,
  81.         * Using Soft-ICE for symbolic or source level debugging.
  82.         * Using back trace ranges.
  83.         * Using Soft-ICE with other Nu-Mega products such as Magic CV.
  84.  
  85.      When loaded as a driver, Soft-ICE allocates a portion of extended
  86.      memory for itself and its associated components so there can be no
  87.      memory conflicts. S-ICE.EXE must be loaded in CONFIG.SYS before any
  88.      other driver that allocates extended memory is loaded (e.g.,
  89.      VDISK.SYS, RAMDRIVE.SYS). Generally Soft-ICE works best if it is the
  90.      first loadable device driver installed in CONFIG.SYS. For users that
  91.      are new to Soft-ICE it is advisable to load Soft-ICE as the first
  92.      driver in CONFIG.SYS with the following statement:
  93.  
  94.      device=drive:\path\S-ICE.EXE /SYM 50
  95.  
  96.      Drive and path specify the d